Skip to content

Conversation

@Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Sep 24, 2024

closes #1246
Stand

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
124 122 0 2 0

Bundle Size: ✅

Current: 79.10 MB | Main: 79.10 MB
Diff: +0.00 MB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@Raubzeug Raubzeug requested a review from ValeraS September 26, 2024 11:51
return {currentDescribe: emptyObject, ...props};
}

const mergedData = Object.values(currentData).flat();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks cryptic, I suggest writing it more clearly

Suggested change
const mergedData = Object.values(currentData).flat();
const mergedData = [currentData.data, ...currentData.additionalData];

@Raubzeug Raubzeug requested a review from ValeraS September 27, 2024 07:00
@Raubzeug Raubzeug added this pull request to the merge queue Sep 27, 2024
Merged via the queue into main with commit 6106eca Sep 27, 2024
6 checks passed
@Raubzeug Raubzeug deleted the 1246-performance branch September 27, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dom nodes/js heap keeps increasing while switching tabs/tables

3 participants